home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
polski_aminet
/
miroslaw_siedlarz
/
bcc
/
examples
/
bccopts
/
app.bh
< prev
next >
Wrap
Text File
|
1997-06-12
|
452b
|
21 lines
#include <proto/exec.h>
#include <proto/muimaster.h>
#include <libraries/mui.h>
#include <proto/intuition.h>
Class App: MUIC_Application {
Class Window *win;
Class Cycle *deftype, *verbose, *noversion, *forcetrans;
Class String *incdir, *tagbase;
Class Area *savedef, *save, *cancel, *createinitcl;
Class Menuitem *maboutmui, *mquit;
Method LoadOpts();
Method SaveOpts();
Method SaveName();
Method CreateInitcl();
Method NewTagBase();
};